Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

rustc-dev-guide subtree update A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#158177 opened Jun 20, 2026 by tshepang Member Loading…
update asm_experimental_reg comments S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#158172 opened Jun 20, 2026 by folkertdev Contributor Loading…
rustdoc: Avoid ICE on unevaluated type const projections in array lengths S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#158171 opened Jun 20, 2026 by lapla-cogito Contributor Loading…
parse attrs if a loop's parent hir node is a stmt S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#158170 opened Jun 20, 2026 by usamoi Contributor Loading…
Fix cc rs flag if supported A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#158169 opened Jun 20, 2026 by Kobzol Member Loading…
Added implementation on set_permissions_nofollow for all primary platforms S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#158168 opened Jun 20, 2026 by asder8215 Contributor Loading…
Attribute docs deny and forbid S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#158167 opened Jun 20, 2026 by kantnero Loading…
Update cargo submodule S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#158164 opened Jun 20, 2026 by weihanglo Member Loading…
Fix too-short variance slice in variances_of cycle recovery A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#158163 opened Jun 20, 2026 by xmakro Contributor Draft
Link the contributing guidelines in CONTRIBUTING.md A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#158160 opened Jun 19, 2026 by apiraino Contributor Loading…
Fix wrong rounding behaviour about div_euclid with fma operation. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#158154 opened Jun 19, 2026 by Neutron3529 Contributor Loading…
avoid spurious lifetime diagnostic in async generic case S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-types Relevant to the types team, which will review and decide on the PR/issue.
#158153 opened Jun 19, 2026 by pbkx Contributor Loading…
Update backtrace submodule to pick up AIX related fixes. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#158150 opened Jun 19, 2026 by amy-kwan Contributor Loading…
std: fix stack buffer overflow in Windows junction_point S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#158147 opened Jun 19, 2026 by devnexen Contributor Loading…
Add new ambiguity error for tools S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#158146 opened Jun 19, 2026 by nbdd0121 Member Draft
[AArch64] FEAT_SVE implies FEAT_FP16 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#158141 opened Jun 19, 2026 by CrooseGit Contributor Loading…
Reorganize tests/ui/issues [11/N] S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#158140 opened Jun 19, 2026 by zedddie Contributor Loading…
std: set SO_NOSIGPIPE on socket pairs S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#158139 opened Jun 19, 2026 by joboet Member Loading…
Only copy visible content in clipboard in source code pages A-rustdoc-js Area: Rustdoc's JS front-end S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#158137 opened Jun 19, 2026 by GuillaumeGomez Member Loading…
Lint against empty cfg(any()/all()) A-attributes Area: Attributes (`#[…]`, `#![…]`) O-windows Operating system: Windows S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#158136 opened Jun 19, 2026 by clubby789 Contributor Loading…
don't empty the vec in evaluate_goal_steps S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#158126 opened Jun 19, 2026 by WaffleLapkin Member Draft
Introduce string_enum!; migrate lint Level and other CLI flag enums A-attributes Area: Attributes (`#[…]`, `#![…]`) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#158123 opened Jun 19, 2026 by palozano Loading…
Refactor proc_macro_decls_static S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#158119 opened Jun 19, 2026 by aerooneqq Contributor Loading…
[Experiment]: Test EII for RawOsError in core A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#158116 opened Jun 19, 2026 by bushrat011899 Contributor Draft
Rename UnevaluatedConst to AliasConst S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#158115 opened Jun 19, 2026 by Shourya742 Member Draft
ProTip! What’s not been updated in a month: updated:<2026-05-20.